home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TOPPREFSFRAME
/
TOPPREFSFRAME.txt
Wrap
Text File
|
2008-11-03
|
3KB
|
122 lines
inherited OpPrefsFrame: TOpPrefsFrame
HelpType = htKeyword
HelpKeyword = 'Folder_View_Confirmations'
Caption = 'Folder Confirmations'
inherited DefaultBtn: TUiButton
TabOrder = 3
end
object ConfirmationsGroupBox: TUiGroupBox
Left = 8
Top = 8
Width = 409
Height = 185
Caption = 'Confirmations'
TabOrder = 0
object ConfirmCopyEdit: TUiCheckBox
Left = 8
Top = 20
Height = 17
Caption = 'Confirm file copy'
TabOrder = 0
OnClick = SomethingChangedClick
end
object ConfirmMoveEdit: TUiCheckBox
Left = 8
Top = 40
Height = 17
Caption = 'Confirm file move'
TabOrder = 1
OnClick = SomethingChangedClick
end
object ConfirmModifyReadOnlyEdit: TUiCheckBox
Left = 8
Top = 60
Height = 17
Caption = 'Confirm replacing, deleting read-only files'
TabOrder = 2
OnClick = SomethingChangedClick
end
object ConfirmModifySysFileEdit: TUiCheckBox
Left = 8
Top = 80
Height = 17
Caption = 'Confirm replacing, deleting system files'
TabOrder = 3
OnClick = SomethingChangedClick
end
object ConfirmOverwriteNewerEdit: TUiCheckBox
Left = 8
Top = 100
Height = 17
Caption = 'Confirm overwriting newer files'
TabOrder = 4
OnClick = SomethingChangedClick
end
object ConfirmMoveReplaceEdit: TUiCheckBox
Left = 8
Top = 120
Height = 17
Caption = 'Confirm replacing files during move'
TabOrder = 5
OnClick = SomethingChangedClick
end
object ConfirmCompareEdit: TUiCheckBox
Left = 8
Top = 140
Height = 17
Caption = 'Confirm content compare'
TabOrder = 6
OnClick = SomethingChangedClick
end
object BeepWhenFinishedEdit: TUiCheckBox
Left = 8
Top = 160
Height = 17
Caption = 'Beep after long file operations'
TabOrder = 7
OnClick = SomethingChangedClick
end
end
object SyncConfirmModeEdit: TUiRadioGroup
Left = 8
Top = 200
Width = 409
Height = 42
Caption = 'Synchronize confirmations'
Columns = 3
Items.WideStrings = (
'Prompt'
'Yes to All'
'No to All')
TabOrder = 1
OnClick = SomethingChangedClick
end
object IncludeFilteredGroupBox: TUiGroupBox
Left = 8
Top = 248
Width = 409
Height = 89
Caption = 'How filters affect file actions'
TabOrder = 2
object IncludeFilteredLbl: TUiLabel
Left = 8
Top = 20
Width = 393
Height = 45
AutoSize = False
Caption =
'Actions performed on folders that contain items hidden by displa' +
'y or file filters can optionally affect the hidden items.'
WordWrap = True
end
object IncludeFilteredEdit: TUiCheckBox
Left = 8
Top = 64
Height = 17
Caption = 'Include hidden items by default'
TabOrder = 0
OnClick = SomethingChangedClick
end
end
end